Params

interface Params

The parameters of the ConfirmCallback.

Functions

Link copied to clipboard
Returns a string that represents the localized text of the "Cancel" action.
Link copied to clipboard
open fun message(): String
Returns a string that represents the text passed to the window.confirm() JavaScript function.
Link copied to clipboard
open fun okActionText(): String
Returns a string that represents the localized text of the "OK" action.
Link copied to clipboard
open fun title(): String
Returns a string that represents the localized dialog title.
Link copied to clipboard
open fun url(): String
Returns a string that represents the URL of the web page that requested to display a confirmation dialog.